home *** CD-ROM | disk | FTP | other *** search
/ Hairs 2 / Hairs 2.iso / mac / MAC / SHARED.DIR / 00142_Script_142 < prev    next >
Text File  |  1995-07-25  |  280b  |  10 lines

  1. on mouseDown
  2.   play 200
  3. endナ@mouseDown 
  4. on KeyDown
  5.   if the key = "S" then go to the frame
  6.   if the key = "W" then go to frame "MENU" of movie "MENU.DIR"
  7.   if the key = "A" then go previous
  8.   if the key = "D" then go next
  9.   if the key = "Z" then go to  (the frame -3)
  10. end